home *** CD-ROM | disk | FTP | other *** search
/ PC Player Special 1997 Strategy / PCP - Special - 1997-01 - Strategiespiele.bin / LORDSCD.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-10-06  |  318 b   |  26 lines

  1. @echo off
  2. choice.exe
  3. if errorlevel 2 goto lords_ddr
  4. if errorlevel 1 goto lords_uk
  5. goto end
  6. :lords_uk
  7. lords
  8. GOTO loop
  9. :lords_ddr
  10. lordsddr
  11.  
  12. :loop
  13. choice.exe
  14. if errorlevel 2 goto lord2_ddr
  15. if errorlevel 1 goto lord2_uk
  16. goto end
  17. :lord2_uk
  18. lords x
  19. GOTO loop
  20. :lord2_ddr
  21. lordsddr x
  22. GOTO loop
  23. :end
  24.  
  25.  
  26.